flag.boolValue.String (method, view implemented interface methods)

one use

	flag (current package)
		flag.go#L144: func (b *boolValue) String() string { return strconv.FormatBool(bool(*b)) }